home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / BPNN133U.ZIP / DEMO1RGN.RSP < prev    next >
Text File  |  1992-11-19  |  574b  |  35 lines

  1.  
  2. //
  3. //    file:    demo1rgn.rsp
  4. //    desc:    demo1 recognition response file
  5. //    by:    patrick ko shu pui
  6. //    date:    27 apr 1992
  7. //
  8. //    comment:
  9. //
  10. //    The following response file is equivalent to the command line:
  11. //
  12. //    bprecog -i=2 -o=1 -hh=1 -h=2 -frecog=demo1.rgn -samp=2 -fout=demo1.out
  13. //
  14.  
  15. // 2 input units
  16. -i=2
  17.  
  18. // 1 output units
  19. -o=1
  20.  
  21. // 1 hidden layer
  22. -hh=1
  23.  
  24. // 1st hidden layer = 2 units
  25. -h=2
  26.  
  27. // use demo1.rgn as recognition file
  28. -frecog=demo1.rgn
  29.  
  30. // and there are 2 recognition patterns
  31. -samp=2
  32.  
  33. // use demo1.out as output file
  34. -fout=demo1.out
  35.